output argument meaning in Chinese
输出参数
Examples
- These methods must use the dtos from step 1 as the input and output arguments
这些方法必须使用步骤1中的dto作为输入和输出参数。 - For procedures that return more than one argument , you can use a sql table function , which returns a table of one row - one column per output argument
对于返回不止一个参数的过程,可以使用sql表函数,它返回一个包含一行的表每个输出参数为一列。 - A higher order function is able to take another function indirectly , an expression as its input argument , and in some cases it may even return a function as its output argument
高阶函数可以用另一个函数(间接地,用一个表达式)作为其输入参数,在某些情况下,它甚至返回一个函数作为其输出参数。